tmem: Remove bogus variable decl, fixing build.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 6 Aug 2009 08:53:37 +0000 (09:53 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 6 Aug 2009 08:53:37 +0000 (09:53 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/common/tmem.c

index c350de9d621ac5232bd156400d173a49bab49c95..9df8d4d91e8f78ab8711191fcdccf59c35de3b9e 100644 (file)
@@ -2103,7 +2103,6 @@ static int tmemc_restore_put_page(int cli_id, int pool_id, uint64_t oid,
 {
     client_t *client = tmh_client_from_cli_id(cli_id);
     pool_t *pool =  (client == NULL) ? NULL : client->pools[pool_id];
-int ret = 0;
 
     if ( pool == NULL )
         return -1;